﻿* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

body {
    background: #fff;
    line-height: 24px;
    font-size: 14px;
    color: #555;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
}

a:hover {
    color: #3688C7;
    font-size: 14px;
    text-decoration: none;
    transition: 0.8s
}

img {
    border: none;
    max-width: 100%;
}

li,
ul {
    list-style-type: none;
}

.p10 {
    padding: 0 10px;
}

.p20 {
    padding: 20px;
    padding-bottom: 0px;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1
}

/*header*/
.w1200 {
    width: 1300px;
    margin: 0 auto;
    clear: both;
}

.header {
    width: 1300px;
    margin: 0 auto;
    height: 110px;
    padding-top: 8px;
    overflow: hidden;
}

.logo {
    float: left;
    padding-top: 0px;
	
}
.logo img{
    max-height: 100px;
}
.tel {
    float: right;
    padding-top: 10px;
}

.fwtel {
    width: 260px;
    height: 60px;
    line-height: 60px;
    padding-left: 80px;
    margin-top: 40px;
    clear: both;
    color: #fff;
    margin: 0 auto;
    font-size: 32px;
    background: #3688C7 url(../images/tel.png) no-repeat 40px center;
    border-radius: 10em;
}

.clear,
.c {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

.c10 {
    clear: both;
    height: 10px;
    font-size: 0px;
    overflow: hidden;
}

.c20 {
    clear: both;
    height: 20px;
    font-size: 0px;
    overflow: hidden;
}

.c30 {
    clear: both;
    height: 30px;
    font-size: 0px;
    overflow: hidden;
}

.c50 {
    clear: both;
    height: 50px;
    font-size: 0px;
    overflow: hidden;
}

.fl,
.left {
    float: left;
}

.fr,
.right {
    float: right;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.wrapper,
.wrap {
    width: 1300px;
    margin: 0 auto;
}

.wrapper {
    margin-bottom: 50px;
    min-height: auto;
    padding-top: 60px;
}

.top {
    height: 40px;
    line-height: 40px;
    background: url(../images/top_bg.jpg) repeat-x center;
    border-bottom: 2px solid #3688C7;
}

.top .topcenter {
    width: 1300px;
    height: 40px;
    margin: 0 auto;
    color: #454545;
    font-size: 14px;
}

.top .topcenter .top_left {
    float: left;
}

.top .topcenter .top_right {
    float: right;
}

.nav {
    height: 60px;
    width: 100%;
    background: #111;
}

.nav ul {
    width: 1300px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    text-align: center;
    height: 60px;
    overflow: hidden;
}

.nav ul li a {
    display: block;
    width: 162px;
    text-align: center;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
}

.nav ul li a:hover {
    background: #3688C7;
    color: #fff;
    text-align: center;
    transition: all 0.6s;
}

.nav .hover a {
    background: #3688C7;
    color: #fff;
    text-align: center;
    transition: 0.6s;
}

.nav li.currclass a {
    background: #3688C7;
    color: #fff;
}

.nav ul li ul {
    margin: 0px;
    padding: 0;
    position: absolute;
    z-index: 999;
    display: none;
    width: 162px;
}

.nav ul li ul li {
    width: 162px;
    font-size: 14px;
    text-align: left;
    background: #3688C7;
    height: 45px;
    float: left;
}

.nav ul li .subnav {
    transition: 0.7s;
}

.nav ul li .subnav li a {
    display: block;
    width: 162px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #3688C7;
    color: #fff;
    font-size: 14px;
    transition: 0.7s
}

.nav ul li .subnav li a:hover {
    background: #4F548B;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.banner {
    width: 100%;
    height: 500px;
    background: url(../images/banner.jpg) no-repeat center;
}

.xiangmu {
    width: 1300px;
    margin: 0 auto;
    padding: 30px 0;
}

.xiangmu li {
    width: 171px;
    float: left;
    text-align: center;
}

.xiangmu li em {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    clear: both;
    background: #3688C7;
    border-radius: 2em;
    color: #fff;
    font-style: normal;
}

.xiangmu li a img {
    width: 120px;
    margin: 0 auto;
    border-radius: 10em;
    border: 5px solid #D3D3D3;
}

.xiangmu li span {
    height: 34px;
    line-height: 34px;
    width: 100%;
    display: block;
    font-size: 16px;
    clear: both;
}

.xiangmu li a {
    font-size: 16px;
}

.xiangmu li a:hover img {
    border: 5px solid #0C5CA5;
}

/*banner*/
#banner {
    width: 100%;
    height: 550px;
    position: relative
}

#slides {
    display: block;
    width: 100%;
    height: 550px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute
}

#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 9900;
    padding: 5px 15px 5px 0;
    margin: 0
}

#pagination li {
    display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
    background: #f00
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: #3688C7
}

.line {
    width: 100%;
    height: 80px;
    background: #E7E5E6 url(../images/seach_bg.jpg) -355px 0 no-repeat;
    overflow: hidden;
}

.l-box {
    width: 1300px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    overflow: hidden;
}

.wenhua {
    width: 230px;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.keywords {
    width: 940px;
    float: right;
}

.keywords a {
    margin-left: 10px;
}

.searcher {
    background: #3688C7;
    height: 132px;
    overflow: hidden;
}

.searcher .ss_tit {
    height: 117px;
    font-size: 40px;
    text-align: center;
    background: #4F548B;
    width: 235px;
    color: #fff;
    padding-top: 15px;
}

.searcher .ss_tit font {
    height: 60px;
    line-height: 60px;
    display: block;
}

.searcher .ss_tit span {
    font-weight: normal;
    height: 30px;
    font-size: 17px;
    display: block;
}

.container {
    width: 730px;
    overflow: hidden;
}

.container-tit {
    height: 130px;
    position: relative;
    text-align: center;
}

.container-tit ul {
    position: absolute;
}

.container-tit li {
    float: left;
    width: 146px;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    padding: 15px 0;
}

.container-tit li img {
    height: 70px;
    border-radius: 5em;
}

.container-tit li span {
    display: block;
    padding-top: 6px;
}

.container-tit li:hover {
    background: url(../images/cp_san.png) 85px 120px no-repeat;
    border-top: 5px #4F548B solid
}

.container li a:link,
.container li a:visited {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.container li a:hover {
    color: #fff;
}

.container-con .mod {
    display: none;
}

.container-con .mod ul li {
    float: left;
    overflow: hidden;
    padding: 15px 12px 0 12px
}

.container-con .mod:nth-child(1) {
    display: block;
}

.searcher .sos {
    background: #4F548B;
    width: 250px;
    color: #fff;
    padding: 25px 35px;
    height: 80px;
}

.sos .sstel {
    font-size: 40px;
    font-family: Impact;
}

.sos .sstel span {
    font-size: 16px;
    display: block;
    height: 40px;
    line-height: 40px;
}

.search {
    position: relative;
}

.search #search_text {
    border: 0;
    height: 45px;
    line-height: 45px;
    width: 260px;
    border-radius: 22.5px;
    text-indent: 20px;
}

.search-btn {
    float: left;
    border: 0;
    height: 45px;
    background: #fff url(../images/ss_anniu.jpg) center center no-repeat;
    width: 45px;
    position: absolute;
    top: 0px;
    right: 15px;
}

.ind_pro {
    padding: 50px 0 0px 0;
}

.ind_cplist {
    /* margin-left: -25px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.itemi {
    width: 19%;
    height: 390px;
    background: #fff;
    box-shadow: 0 0 10px #e2e2e2;
    position: relative;
}

.itemi .img {
    width: 100%;
    height: 225px;
    overflow: hidden;
    z-index: 66
}

.itemi .img img {
    width: 300px;
    height: 225px;
    display: block;
    transition: all 0.6s;
}

.itemi .cpby {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #3688C7;
    position: relative;
}

.itemi:hover .img img {
    transform: scale(1.06, 1.06);
}

.itemi .cpby b {
    font-size: 16x;
    padding-left: 20px;
}

.itemi .cpby span {
    display: block;
    height: 40px;
    width: 70px;
    background: #ffb128;
    color: #000;
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 16px;
    text-align: center;
    padding: 10px 15px;
    line-height: 20px !important
}

.itemi .cpsm {
    padding: 10px;
    color: #777;
    font-size: 14px;
}

.itemi .cpsm a {
    font-size: 18px;
    color: #000;
    display: block;
    padding: 5px 0;
}

.itemi .cpsm a:hover {
    text-decoration: none;
    color: #3688C7
}

.ind_cplist li .cpbq {
    z-index: 88
}

.ind_more {
    display: block;
    height: 70px;
    line-height: 70px;
    background: #3688C7;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    clear: both;
    width: 340px;
    text-align: center;
    border-radius: 35px;
    margin: 0 auto;
}

.ind_more:hover {
    background: #f25400;
    color: #fff
}

/*首页文章*/
.i_about_l {
    float: left;
    display: inline;
    width: 475px;
    overflow: hidden;
    padding-top: 1px;
    height: 414px;
}

.i_about_l img {
    display: block;
    height: 240px;
    width: 475px;
    margin-bottom: 15px;
}

.i_about_l h2 {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}

.i_about_l p {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
}

.i_about_l .i_about_more {
    display: block;
    height: 26px;
    width: 88px;
    background: url(../images/more.jpg) no-repeat;
    margin-top: 13px;
}

.i_about_l .i_about_more a {
    display: block;
}

.i_about_l .i_about_more:Hover {
    transition: all 0.3s;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.i_about_r {
    float: right;
    display: inline;
    width: 776px;
    overflow: hidden;
    height: 415px;
}

.blog_list li {
    float: left;
    margin: 0 0px 19px 0;
    display: inline;
    position: relative;
    width: 776px;
    height: 112px;
    overflow: hidden;
}

.blog_list li a {
    display: block;
    width: 663px;
    height: 90px;
    padding: 10px 10px 10px 12px;
    overflow: hidden;
    background: url(../images/i_news_bg.png) #f9f9f9 right bottom no-repeat;
    color: #666666;
    border: 1px solid #e5e5e5;
}

.blog_list li a span {
    display: block;
    cursor: pointer;
}

.blog_list li a:hover {
    background: url(../images/i_news_bg2.png) #f9f9f9 right bottom no-repeat;
    border: 1px solid #3688C7;
}

.blog_list li a:hover .blog_Rtime {
    background-color: #4F548B;
    transition: all 0.3s;
}

.blog_list li a:hover .blog_Rmore b {
    color: #3688C7;
}

.blog_Rtime {
    width: 88px;
    height: 88px;
    background-color: #4F548B;
    text-align: center;
}

.blog_Rtime em,
.blog_Rtime b {
    display: block;
    font-family: Arial;
    color: #FFF;
}

.blog_Rtime b {
    font-size: 48px;
    height: 62px;
    line-height: 62px;
    font-weight: bold;
    letter-spacing: 2px;
}

.blog_Rtime em {
    font-style: normal;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    background-color: #3688C7;
    font-weight: bold;
}

.blog_Rmore {
    width: 540px;
    padding-top: 5px;
}

.blog_Rmore b {
    color: #333;
    display: block;
    width: 230px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 2px;
}

.blog_Rmore span {
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    font-size: 14px;
}

/*文章列表*/
#indexNews {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

#indexNews dl {
    width: 100%;
    height: 100px;
    display: block;
}

#indexNews dl.pic {
    border-bottom: 1px solid #e2e2e2;
    margin: 10px 0;
}

#indexNews dt {
    width: 15%;
    text-indent: 10px;
    float: left;
    height: 100px;
    background: url(../images/news_li.jpg) no-repeat right;
}

#indexNews dt.none {
    background: none;
}

#indexNews dt img {
    width: 80px;
    margin-left: 14px;
    padding: 2px;
    border: 1px solid #e2e2e2;
}

#indexNews dd {
    width: 84%;
    float: right;
    height: 100px;
    line-height: 30px;
}

#indexNews dd h3 {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #101010;
}

#indexNews dd a:hover h3 {
    color: #3688C7;
}

#indexNews dd span {
    clear: both;
    height: 44px;
    line-height: 22px;
    padding-top: 10px;
    overflow: hidden;
}

/*.serch{ width: 302px; float: right; margin: 13px 7px 0 0; overflow: hidden; display:none;}
.input_search{ width:240px; border:none; float: left; background:#fff; height:32px;text-indent:8px; border:1px solid #125ED6;}
.search-btn{ width:60px; height:34px; float: left; border:none; background:#125ED6; color:#fff; cursor:pointer;}*/
/*index*/
.promore {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #3688C7;
    text-align: center;
}

.promore a {
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    display: block;
}

.main {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
    overflow: hidden;
}

.m-product {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.plist {
    width: 266px;
    float: left;
    overflow: hidden;
}

.plist .hd {
    height: 81px;
    line-height: 81px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    background: #3688C7;
    overflow: hidden;
}

.plist .bd {
    width: 260x;
    border: 3px solid #3688C7;
    border-top: none;
    overflow: hidden;
}

.plist .bd ul {
    width: 260px;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 6px;
    overflow: hidden;
}

.plist .bd ul li {
    width: 100%;
    height: 37px;
    text-indent: 50px;
    line-height: 37px;
    margin-bottom: 7px;
    overflow: hidden;
}

.plist .bd ul li a {
    display: block;
    width: 94%;
    height: 37px;
    background: #3688C7 url(../images/jiantou3.gif) no-repeat 24px center;
    margin: 0 auto;
    color: #fff;
}

.plist .bd ul li a:hover {
    color: #fff;
    background: #0D7CD6 url(../images/jiantou3.gif) no-repeat 26px center;
}

.plist .bot {
    border: 3px solid #3688C7;
}

.plist .bot ul {
    padding: 10px 0 10px 21px;
    line-height: 24px;
}

.plist .bot ul span {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}


/*info*/
.fwys {
    padding-right: 0;
    padding-left: 0;
    width: 1300px;
    margin: 0 auto;
}

.service {
    position: relative;
    padding: 33px 0;
    text-align: center;
    font-size: 1.625rem;
    line-height: 1
}

.service h3:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin-left: -20px;
    width: 40px;
    height: 3px;
    background: #227ec9;
    content: ''
}

.innews_title {
    color: #3688C7;
    font-size: 26px;
    text-align: center;
    line-height: 42px;
    background: url(../images/fc.png) no-repeat center center;
    height: 42px;
    margin-bottom: 40px;
}

.innews_title span {
    font-size: 36px;
    color: #EAEAEA;
}

.product {
    width: 900px;
    float: right;
    overflow: hidden;
    padding-top: 0px;
}

.product .bd {
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
}

.product .cpgd {
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.product .cpgd ul {
    margin: 0;
    padding: 0;
    clear: both;
}

.product .cpgd li {
    float: left;
    margin-right: 20px;
    width: 246px;
    height: 290px;
    overflow: hidden;
    line-height: 35px;
    text-align: center;
    border-collapse: collapse;
}

.product .cpgd li a {
    display: block;
    width: 234px;
    margin-bottom: 29px;
    background: #fff;
    color: #555;
    display: table-cell;
    /*图片容器以表格的单元格形式显示*/
    text-align: center;
    /* 实现水平居中 */
    vertical-align: middle;
    /*实现垂直居中*/
    border: 1px solid #c5c5c5;
    padding: 5px;
}

/*.product .cpgd li a:hover span{background: #0D76CE; color: #fff;}*/
.product .cpgd li a:hover {
    border: 1px solid #0D76CE;
}

.product .cpgd li img {
    max-width: 234px;
    height: 190px;
    vertical-align: middle;
    overflow: hidden;
}

.product .cpgd li span {
    height: 50px;
    line-height: 50px;
    display: block;
    clear: both;
}

/*.product .cpgd li .zxzz a:hover{background: #065dab; }*/


.m-super {
    overflow: hidden;
    padding-bottom: 50px;
}

.m-super .hd {
    text-align: center;
    padding: 10px 0;
}

.m-super .hd h3 {
    height: 120px;
    background: url(../images/super-tit.jpg) no-repeat center;
}

.m-super .bd li {
    clear: both;
    overflow: hidden;
    position: relative;
}

.m-super .bd li .txt {
    width: 560px;
}

.m-super .bd li h3 {
    line-height: 52px;
    margin-bottom: 32px;
    background: url(../images/h3-bg.png) no-repeat left center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.m-super .bd li h3 span {
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin: 2px 10px 0 2px;
    font-size: 30px;
    color: #00823a;
    font-weight: bold;
}

.m-super .bd li p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-left: 20px;
    background: url(../images/ico-p.png) no-repeat left 5px;
    margin-bottom: 30px;
}

.m-super .bd li:nth-child(1) .txt {
    margin-top: 80px;
}

.m-super .bd li:nth-child(2) {
    overflow: visible;
}

.m-super .bd li:nth-child(2)>div img {
    position: relative;
    top: -50px;
}

.m-super .bd li:nth-child(3) {
    height: 370px;
    position: relative;
}

.m-super .bd li:nth-child(3)>div img {
    position: relative;
    top: -50px;
}

.m-super .bd li:nth-child(4) {
    height: 250px;
    overflow: visible;
}

.m-super .bd li:nth-child(4)>div img {
    position: relative;
    top: -50px;
}

.col-md-push-6 {
    position: absolute;
    right: 0;
    top: -100px;
}

.col-md-push-7 {
    position: absolute;
    z-index: 999;
    right: 0;
    top: -100px;
}

.m-case {
    width: 100%;
    margin-top: 30px;
    /*  background: url(../images/m-case.jpg) no-repeat top center;height: 380px; */
    overflow: hidden;
}

.m-case .bot {
    width: 1300px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.shebei {
    width: 1300px;
    overflow: hidden;
    position: relative;
}

.shebei {
    width: 1300px;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.shebei {
    width: 100%;
    overflow: hidden;
}

.shebei ul {
    margin: 0;
    padding: 0;
    clear: both;
}

.shebei ul li {
    width: 300px;
    height: 280px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.shebei ul li img {
    max-width: 280px;
    height: 220px;
    border: 2px solid #e2e2e2;
}

.shebei ul li img:hover {
    border: 2px solid #e2e2e2;
}

.shebei ul li a {
    color: #1c1c1c;
    font-size: 16px;
}

.shebei ul li a:hover {
    text-decoration: none;
}

/*公司简介*/

.about {
    width: 100%;
    height: 360px;
    padding: 50px 0;
    padding-top: 100px;
    background: url(../images/case-bg.png) no-repeat top center;
    ;
}

.about .about_left {
    margin-right: 40px;
    float: left;
}

.about .about_left img {
    padding: 5px;
    background: #fff;
}

.about .about_right {
    color: #fff;
    float: right;
}

.about .about_right .title {
    background: url(../images/about_tu.png) no-repeat;
    height: 100px;
    margin-bottom: 6px;
    font-size: 26px;
    padding-left: 20px;
    display: block;
    padding-top: 40px;
}

.about .about_right .title p {
    font-size: 38px;
    color: #fff;
    margin-bottom: 16px;
    font-family: Arial, Helvetica, sans-serif;
}


.about .about_right .about_con {
    width: 700px;
    text-indent: 2em;
    line-height: 24px;
    height: 140px;
    overflow: hidden;
    margin-bottom: 15px;
}

.about .about_right span {
    margin-right: 20px;
}

.about .about_right span a {
    padding: 5px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background: #FC9B00;
    z-index: 1;
    color: #fff;
}

.about .about_right span a:hover {
    padding: 5px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background: #FC9B00;
    z-index: 1;
    color: #fff;
}

/*left*/
.sidebar {
    width: 244px;
    float: left;
    overflow: hidden;
}

.s-plist {
    width: 100% overflow: hidden;
}

.s-plist .hd {
    height: 79px;
    overflow: hidden;
}

.s-plist .bd {
    width: 238px;
    border: 3px solid #3688C7;
    border-bottom: none;
    border-top: none;
    overflow: hidden;
}

.s-plist .bd ul {
    width: 94%;
    margin: 0 auto;
    padding: 12px 0 4px 0;
    overflow: hidden;
}

.s-plist .bd ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-indent: 42px;
    margin-bottom: 8px;
    overflow: hidden;
}

.s-plist .bd ul li a {
    display: block;
    width: 100%;
    height: 45px;
    background: #3688C7 url(../images/jiantou3.gif) no-repeat 20px center;
    color: #fff;
    font-size: 15px;
}

.s-plist .bd ul li a:hover {
    background: #4F548B url(../images/jiantou3.gif) no-repeat 22px center;
    color: #fff;
}
.s-plist .bd   .active{
    background: #4F548B url(../images/jiantou3.gif) no-repeat 22px center;
    color: #fff;
}
.cpbox {
    float: left;
    border: 1px solid #dedede;
    padding: 5px;
    height: 376px;
    width: 500px;
}

.cpbox img {
    width: 500px;
    height: 375px;
    object-fit: cover;
}

.cpintro {
    float: right;
    position: relative;
    width: 730px;
}

.cpintro dl {
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    padding: 12px 0;
    overflow: hidden;
    font-size: 14px
}

.cpintro dl dd,
.cpintro dl dt {
    float: left;
    overflow: hidden;
    font-size: 14px
}

.cpintro dl dt {
    width: 80px;
    font-weight: 700;
    font-size: 14px;
    color: #c00;
    text-align: right
}

.cpintro h1 {
    font-size: 30px;
    color: #404040;
    border-bottom: #007362 3px solid;
    margin: 0px;
    padding: 0px;
    line-height: 50px;
    font-weight: normal;
    margin: 0
}

.cpintro h1>span {
    font-size: 18px;
    margin-left: 15px;
    color: #007362
}

.cpintro dl dd,
.cpintro dl dt {
    height: 30px;
    font: 400 14px/30px "microsoft yahei"
}

.cpintro dl dd {
    width: 500px
}

.cpintro .text {
    background-color: #f1f4f5;
    padding: 10px 15px;
    line-height: 20px;
    margin: 15px 0;
    font-size: 14px;
}

.cpintro .text span {
    font-weight: 700;
    font-size: 14px
}

.pro_zx {
    width: 260px;
    height: 28px;
    line-height: 28px;
    margin-top: 20px;
    clear: both;
    font-size: 30px;
    background: #007362 url(../images/tel2.png) no-repeat 30px 10px;
    padding: 10px 25px;
    border-radius: 3em;
    text-indent: 50px;
    color: #fff;
}

/* 工程案例  */
.alTit {
    width: 1300px;
    height: 50px;
    background: url(../images/altit.jpg) no-repeat 0 0;
    margin: 0 auto;
}

.alTit a,
.zzTit a {
    width: 1300px;
    height: 50px;
    display: block;
}

.zzTit {
    width: 1300px;
    height: 50px;
    background: url(../images/altit2.jpg) no-repeat 0 0;
    margin: 0 auto;
}

.gcal_img {
    width: 1180px;
    height: 212px;
    overflow: hidden;
    padding-top: 22px;
    padding-left: 20px;
}

.gcal-left {
    float: left;
    width: 37px;
    padding: 60px 10px 0 0;
}

.gcal-left a {
    width: 37px;
    height: 53px;
    background: url(../images/arr_l.png) no-repeat 0 0;
    display: block;
}

.gcal-left a:hover {
    background: url(../images/arr_l_over.png) no-repeat 0 0;
}

.gcal-right a {
    width: 37px;
    height: 53px;
    background: url(../images/arr_r.png) no-repeat 0 0;
    display: block;
}

.gcal-right a:hover {
    width: 37px;
    height: 53px;
    background: url(../images/arr_r_over.png) no-repeat 0 0;
    display: block;
}

.gcal-right {
    float: right;
    width: 37px;
    padding: 60px 10px 0 0;
}

.gcal-pp {
    width: 1060px;
    height: 212px;
    float: left;
    overflow: hidden;
    padding-left: 15px;
}

.gcal-pp li {
    float: left;
    width: 245px;
    height: 210px;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
}

.gcal-pp li img {
    width: 245px;
    height: 165px;
    object-fit: cover;
}

.gcal-pp li p {
    width: 245px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gcal-pp li a p {
    color: #6d6d6d;
}

.gcal-pp li a:hover p {
    color: #e71f19;
}


.s-plist .bdd {
    width: 238px;
    border: 3px solid #3688C7;
    border-bottom: none;
    border-top: none;
    overflow: hidden;
}

.sy_lx_cont_cp {
    width: 196px;
    margin: 0 auto;
    padding: 24px 0 12px 0;
    overflow: hidden;
}

.proclass {
    width: 100%;
    overflow: hidden;
}

.big {
    width: 100%;
    height: 38px;
    text-indent: 25px;
    line-height: 38px;
    margin-bottom: 12px;
    overflow: hidden;
}

.big a {
    display: block;
    width: 100%;
    height: 38px;
    background: #b1cfff;
    color: #555
}

.big a:hover {
    background: url(../images/plist.jpg);
    color: #fff;
}

.smallclass {
    display: none;
}

.s {
    width: 100%;
    height: 38px;
    text-indent: 40px;
    line-height: 38px;
    background: #b1cfff;
    margin-bottom: 12px;
    overflow: hidden;
}

.s-c {
    width: 100%;
    overflow: hidden;
}

.s-c .hd {
    height: 81px;
    overflow: hidden;
}

.s-c .bd {
    width: 238px;
    border: 3px solid #3688C7;
    /* background: url(../images/m-contact.jpg) no-repeat top center; */
    border-top: none;
    overflow: hidden;
}

.s-c .bd .txt {
    width: 92%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 28px;
}

.s-c .bd .txt span {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.s-c .bden {
    width: 238px;
    height: auto;
    border: 3px solid #3688C7;
    /* background: url(../images/m-contact.jpg) no-repeat top center; */
    border-top: none;
    overflow: hidden;
}

.s-c .bden .txten {
    width: 92%;
    margin: 0 auto;
    height: auto;
    padding-top: 10px;
    line-height: 28px;
}

.s-c .bden .txten span {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.s-c .bd .alink {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.s-c .bd .alink a {
    display: block;
    width: 100%;
    height: 100%;
}

/*naiv*/
.warp {
    width: 1300px;
    margin: 0 auto;
    padding: 35px 0;
    overflow: hidden;
}

.midden {
    width: 1030px;
    float: right;
    overflow: hidden;
}

.navlist {
    width: 100%;
    height: 40px;
    background: url(../images/news_tit_bg.jpg) no-repeat;
    overflow: hidden;
}

.cname {
    width: 144px;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.catname {
    width: 600px;
    float: right;
    text-align: right;
    line-height: 40px;
    padding-right: 10px;
}

.n-n {
    width: 100%;
    margin: 0 auto;
    line-height: 260%;
    padding: 15px 0;
    overflow: hidden;
}


.contact-box {
    width: 1300px;
    margin: 0 auto;
    padding: 25px 0;
    overflow: hidden;
}

.midden-hd {
    width: 100%;
    height: 29px;
    background: url(../images/naiv-hd.png);
    overflow: hidden;
}

.midden-box {
    width: 100%;
    background: url(../images/naiv-y.png) repeat-y;
    overflow: hidden;
}

.midden-box .hd {
    text-align: center;
    height: 53px;
    background: url(../images/n-line.jpg) no-repeat bottom center;
    text-align: center;
    color: #0072ff;
    font-size: 30px;
    font-weight: 600;
    line-height: 53px;
}

.midden-box .bd {
    width: 95%;
    margin: 0 auto;
    padding-top: 15px;
    overflow: hidden;
    line-height: 260%;
}

.midden-bd {
    width: 100%;
    height: 30px;
    background: url(../images/naiv-bd.png);
    overflow: hidden;
}

.m-contact {
    width: 1100px;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
}

.m-contact ul {
    width: 333px;
    float: left;
    margin: 0 16.5px;
    overflow: hidden;
}

.m-contact ul .hdd {
    width: 100%;
    height: 97px;
    overflow: hidden;
}

.m-contact ul .cen {
    width: 233px;
    padding: 30px 50px 0 50px;
    color: #555;
    background: url(../images/c-txt.png) repeat-y;
    height: 137px;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
}

.m-contact ul .cen span {
    font-weight: 700;
    color: #555;
}

.m-contact ul .cenn {
    width: 233px;
    padding: 10px 50px 0 50px;
    background: url(../images/c-txt.png) repeat-y;
    height: 157px;
    overflow: hidden;
    text-align: center;
}

.m-contact ul .bdd {
    width: 100%;
    background: url(../images/contact-bd.png);
    height: 30px;
    overflow: hidden;
}

.m-map {
    width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
    overflow: hidden;
}

.m-map .mtop {
    width: 100%;
    height: 28px;
    background: url(../images/map-hd.png);
    overflow: hidden;
}

.m-map .mcenter {
    width: 1000px;
    padding: 22px 50px;
    background: url(../images/map-content.png) repeat-y;
    overflow: hidden;
}

.m-map .mbot {
    width: 100%;
    height: 28px;
    background: url(../images/map-bd.png);
    overflow: hidden;
}


.pro_img {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pro_img img {
    border: 4px solid #f0f0f0;
    padding: 3px;
    min-width: 500px;
}

/*footer*/
.footer {
    width: 100%;
    height: 140px;
    padding-top: 30px;
    background: #3688C7;
    overflow: hidden;
    border-top: 3px solid #c1c1c1;
    font-family: Arial, Helvetica, sans-serif;
}

.footer a {
    color: #fff
}

.end {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.f-logo {
    width: 160px;
    float: left;
    text-align: center;
    height: 110px;
}

.f-logo img {
    height: 110px;
}

.f-txt {
    width: 1080px;
    float: right;
    color: #fff;
}

.f-txt .txt {
    padding-top: 15px;
    clear: both;
    font-size: 16px;
}

.f-ewm {
    width: 244px;
    float: left;
    text-align: right;
    border-right: 1px solid #e2e2e2;
}

.f-bot {
    width: 100%;
    height: 57px;
    background: #3B3B3B;
    line-height: 57px;
    text-align: center;
    color: #fff;
}

.f-bot a {
    color: #fff;
    font-size: 16px;
}

.f-bot a:hover {
    color: #fff;
}

.foot_nav {
    width: 100%;
}

.foot_nav li {
    float: left;
    width: 106px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.foot_nav li a {
    font-size: 16px;
}

/*pbox*/
.pvname {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    background: url(../images/plistimg.jpg) no-repeat top center;
    overflow: hidden;
}

.pvname ul {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
}


.pbox {
    width: 1300px;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
}

.p-plist-hd {
    width: 100%;
    overflow: hidden;
    padding-top: 35px;
}

.p-plist-hd .hd {
    width: 100%;
    height: 89px;
    background: url(../images/plist-hd.jpg) no-repeat top center;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.p-plist-hd .hd span {
    font-size: 18px;
    color: #555;
}

.p-plist-hd .bd {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.p-plist-hd .bd .txt {
    width: 600px;
    padding-top: 30px;
    float: left;
}

.p-plist-hd .bd .txt li {
    width: 25%;
    float: left;
    padding-bottom: 15px;
    line-height: 50px;
    text-align: center;
}

.p-plist-hd .bd .txt li img {
    width: 90px;
    height: 90px;
}

.p-plist-hd .bd .txt li a {
    color: #0000eb;
}

.p-plist-hd .bd .txt li a:hover {
    text-decoration: underline;
}

.p-plist-hd .bd .img {
    float: right;
}

.p-plist-hd .bd .img img {
    width: 550px;
}

.pbox .hdd {
    width: 100%;
    height: 69px;
    margin-top: 20px;
    background: url(../images/plist-hd.jpg) no-repeat top center;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.pbox .hdd span {
    font-size: 18px;
    color: #555;
}

.p-list-box {
    width: 1300px;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
}

.p-list-box .hd {
    width: 100%;
    margin: 10px 0;
    height: 50px;
    overflow: hidden;
    background: #eee;
}

.p-list-box .hd p {
    width: 180px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    background: #188905;
}

.p-list-box .hd p a {
    color: #fff;
    font-size: 18px;
}

.p-list-box .hd p a:hover {
    color: #ff0;
}

.p-list-box .bd {
    width: 100%;
}

.p-list-box .bd ul li {
    width: 224px;
    margin: 0 6px 20px 6px;
    height: 224px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.p-list-box .bd ul li img {
    width: 220px;
    height: 220px;
    border: 2px solid #fff;
}

.p-list-box .bd ul li .title {
    width: 100%;
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 999;
    background: url(../images/pppp.png);
}

.p-list-box .bd ul li .title a {
    color: #fff;
}

.p-list-box .bd ul li .title a:hover {
    color: #ff0;
}

.pidmore {
    background: #dedede;
}

.pidmore a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 210px;
    font-size: 25px;
    color: #0659a9;
}

.pidmore a:hover {
    text-decoration: underline;
    color: #000;
}

/*picUL*/
#picUL {
    text-indent: 0;
    overflow: hidden;
}

#picUL li {
    float: left;
    width: 314px;
    padding: 0px;
    margin: 15px;
    margin-bottom: 40px;
    text-align: center;
    border-collapse: collapse;
    -moz-box-shadow: 0px 0px 10px #121212;
    -webkit-box-shadow: 0px 0px 10px #121212;
    box-shadow: 0px 0px 10px #121212;
}

#picUL li:hover {
    -moz-box-shadow: 0px 0px 10px #3688C7;
    -webkit-box-shadow: 0px 0px 10px #3688C7;
    box-shadow: 0px 0px 10px #3688C7;
}

#picUL li:nth-child(3n) {
    margin-right: 0px;
}

#picUL li a {
    width: 314px;
    display: table-cell;
    /*图片容器以表格的单元格形式显示*/
    text-align: center;
    /* 实现水平居中 */
    vertical-align: middle;
    /*实现垂直居中*/
    line-height: 35px;
    font-size: 14px;
    background: #fff
}

#picUL li a span {
    height: 40px;
    line-height: 40px;
    background: #e2e2e2;
    color: #000;
    display: block;
    clear: both;
}

#picUL li a:hover span {
    background: #3688C7;
    color: #fff;
}

#picUL img {
    height: 236px;
    max-width: 314px;
    vertical-align: middle;
}

#picUL1 {
    text-indent: 0;
    overflow: hidden;
}

#picUL1 li {
    height: 325px;
    width: 33.3%;
    float: left;
    line-height: 22px;
    text-align: center;
}

#picUL1 li img {
    height: 280px;
    width: 280px;
    border: 1px solid #dedede;
    padding: 1px;
}

#picUL1 li img:hover {
    border-color: #999;
}

#picUL2 {
    text-indent: 0;
    overflow: hidden;
}

#picUL2 li {
    height: 270px;
    width: 25%;
    float: left;
    line-height: 22px;
    text-align: center;
}

#picUL2 li img {
    width: 214px;
    height: 214px;
    border: 2px solid #dedede;
    padding: 2px;
}

#picUL2 li img:hover {
    border-color: #05742c;
}



/*info*/
#newTitle {
    color: #000;
    font-size: 16px;
    text-align: center;
    text-align: center;
}

#newTitle strong {
    font-size: 16px;
}

#newsContent {
    margin-bottom: 16px;
    display: block
}

#newsContent table {
    border: 0px;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

#newsContent table td {
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.info_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: #f4f4f4;
    display: block;
}

.info_title h3 {
    background: #3688C7;
    float: left;
    padding: 0px 25px;
    font-size: 16px;
    color: #fff;
}

.info_con {
    padding: 10px 0;
}

#newsInfo {
    margin: 0px;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
}

.infoClass {
    margin: 0px;
    margin-bottom: 10px;
    line-height: 12px;
}

#infoImage {
    text-align: center;
    margin: 10px 0;
}

#infoImage img {
    padding: 1px;
    border: 1px solid #dedede;
}

.news_title {
    color: #da020d;
    text-align: center;
    line-height: 40px;
}

.meta {
    color: #999;
    text-align: center;
    line-height: 28px;
}

.Newstime {
    float: right;
}

#allmap {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #dedede;
    height: 400px;
    overflow: hidden;
}

#allmap p {
    line-height: 20px;
}

.about_con {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 28px;
}

.about_con strong {
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 28px;
    padding-left: 40px;
    background: url(../images/bt3.jpg) no-repeat center;
    color: #fff;
}

.about_con table {
    border: 0px;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    margin-top: 20px;
}

.about_con table td {
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin: 0px;
    padding: 5px;
    text-align: center;
}

/*news*/


.kehupj {
    background: #efefef;
    padding: 20px 0 30px 0
}

.pjtit {
    position: relative;
    height: 1px;
    background: #ddd;
}

/*.pjtit b{ display: block; position: relative; width: 150px; height:35px; line-height:35px; color: #0F9B17; font-size:25px; background: #efefef; border-left:3px #0F9B17 solid;border-right:3px #0F9B17 solid; text-align: center;margin:0 auto; top:-20px;}*/
.kehupj ul {
    padding-top: 4px
}

.kehupj li {
    height: 120px;
    background: #fff;
    width: 538px;
    margin: 10px;
    float: left;
    border: 1px #ddd solid;
    padding: 20px
}

.kehupj li img {
    width: 120px;
    height: 120px;
    float: left;
}

.kehupj li p {
    float: left;
    padding-left: 15px;
    line-height: 1.8;
    width: 400px;
    padding-top: 5px
}

.kehupj li p b {
    display: block;
    font-size: 18px;
    color: #0F9B17;
    padding-bottom: 5px
}

#indexNews li {
    clear: both;
    line-height: 300%;
    overflow: hidden;
    border-bottom: 1px dashed #304102;
    padding-left: 8px;
}

#indexNews li a {
    text-decoration: none;
    padding-left: 5px;
}

#indexNews li a:hover {
    text-decoration: none;
}

#text {
    width: 100%;
    overflow: hidden;
    margin-top: 3px;
    border-top: 1px solid #dedede;
}

.text_left {
    width: 44%;
    float: left;
    overflow: hidden;
}

.text_center {
    width: 42%;
    float: left;
    overflow: hidden;
}

.text_right {
    width: 13%;
    float: left;
    overflow: hidden;
}

.tb-list {
    width: 150px;
    margin: 0 auto;
    border: 1px dashed #dedede;
    overflow: hidden;
}

.tb-list li {
    width: 50%;
    float: left;
    text-align: center;
    overflow: hidden;
}

/*table*/

.tb_left {
    width: 10%;
    text-align: right;
    overflow: hidden;
}

.tb_txt {
    width: 89%;
    overflow: hidden;
}

.yingpin {
    text-align: right;
}

.yingpin a {
    color: #000;
    text-decoration: none;
}

.yingpin a:hover {
    color: #F0F;
    text-decoration: none;
}

/*page*/
#prev_next {
    WIDth: 100%;
}

#prev_next li {
    width: 45%;
    background: #3688C7;
    margin: 10px 2%;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #fff;
    text-indent: 20px;
    border-radius: 20px;
}

#prev_next li a {
    color: #fff;
}

.j-content {
    padding: 5px;
}

.pointer {
    width: 60px;
    height: 28px;
    vertical-align: top;
    margin: 5px auto 5px 5px;
}

.upfile {
    height: 30px;
    line-height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.tdbg textarea {
    margin-top: 4px;
    line-height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.subtdbg input {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #3688C7;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

#fenye {
    width: 100%;
    clear: both;
    display: block;
    height: 50px;
    padding-top: 20px;
    color: #fff;
}
#fenye li{
     
    display: inline-block; 
}
#fenye li {
    padding: 8px 15px;
    background: #292727;
    color: #fff;
    transition: 0.5s;
}
#fenye li a{
    color: #fff;
}
#fenye li.curr {
    background: #090909;
}
#fenye li.thisclass {
    background: #090909;
}

#fenye li.active,#fenye li.active a {
    background: #090909;
}


#fenye li.curr font {
    color: #fff;
}

#fenye span {
    padding: 8px 15px;
    background: #292727;
}

#fenye span span {
    padding: 0px;
}

.class_title {
    height: 100px;
    line-height: 100px;
    background: #3688C7 url(../images/p1_bg.png) no-repeat;
    text-align: center;
}

.class_title h2 {
    font-size: 36px;
    color: #fff;
}

.hd_title {
    width: 100%;
    height: 140px;
    padding: 0px 0;
    text-align: center;
    background: url(../images/title_bg.png) no-repeat center;
}

.hd_title span {
    font-size: 42px;
    color: #EAEAEA;
    text-transform: uppercase;
    display: none;
}

.hd_title h3 {
    font-size: 30px;
    line-height: 140px;
    color: #fff;
    letter-spacing: 4px;
    width: 200px;
    margin: 0 auto;
}

.hd_title1 span.text01 {
    font-size: 42px;
    color: #A7A7A7;
    text-transform: uppercase;
}

.cp_title {
    width: 100%;
    height: 140px;
    padding: 0px 0;
    text-align: center;
    background: url(../images/bt1.jpg) no-repeat center;
}

.cp_title h3 {
    font-size: 28px;
    padding-left: 42px;
    line-height: 140px;
    color: #fff;
    letter-spacing: 4px;
    width: 200px;
    margin: 0 auto;
}

.news_title {
    width: 100%;
    height: 140px;
    padding: 0px 0;
    text-align: center;
    background: url(../images/bt3.jpg) no-repeat center;
}

.news_title h3 {
    font-size: 28px;
    padding-left: 42px;
    line-height: 140px;
    color: #fff;
    letter-spacing: 4px;
    width: 200px;
    margin: 0 auto;
}

.left_b {
    height: 22px;
    background: url(../images/bt_bg.jpg) no-repeat;
}


.fuwu {
    width: 100%;
    display: block;
    clear: both;
    height: 100px;
    padding: 15px 0;
    overflow: hidden;
}

.fuwu .fuwu_txt {
    float: right;
    width: 770px;
}

.fuwu .fuwu_txt p {
    line-height: 22px;
}

.fuwu img {
    float: left;
    height: 100px;
    display: block;
    margin-right: 10px;
}



.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top {
    background: url('../images/fixcont.png') no-repeat 0 0 #3688C7;
}

.yb_bar .yb_phone {
    background: url('../images/fixcont.png') no-repeat 0 -57px #3688C7;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: url('../images/fixcont.png') no-repeat 0 -113px #3688C7;
}

.yb_bar .yb_ercode {
    /*height:200px;*/
    background: url('../images/fixcont.png') no-repeat 0 -169px #3688C7;
}

.hd_qr {
    padding: 0 29px 25px 29px;
}

.hd_qr img {
    width: 125px;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff !important;
}

.xclass {
    width: 100%;
    display: block;
    margin-bottom: 6px;
}

.xclass dd {
    height: 30px;
    line-height: 30px;
    background: url(../images/sj.png) no-repeat 40px 10px;
    border-bottom: 1px dashed #e2e2e2;
    text-align: left;
    text-indent: 56px;
}

.cms {
    margin: 1rem 0;
}

.cms table {
    width: 100%;
}

.cms table tr {
    transition: all .3s;
}

.cms table td {
    padding: 0.5rem;
    border: 1px solid #ddd;
}

.cms table tr:hover {
    background: #f55;
}

.cms table tr:hover td {
    color: #fff;
}